Crate dotrix_math[][src]

Expand description

Dotrix wrapper around cgmath

This crate will either turn into our native implementation of become a wrapper to nalgebra.

Re-exports

pub use math::slerp;

Modules

Custom math functions

Structs

An angle, in degrees.

An angle, in radians.

Traits

Vectors that also have a dot (or inner) product.

A type with a distance function between values.

A three-dimensional rotation.

A column-major major matrix where the rows and column vectors are of the same dimensions.

Vectors that can be added together and multiplied by scalars.

Functions

A value bounded by a minimum and a maximum

A value bounded by a minimum value

Create a perspective projection matrix.

Type Definitions

4x4 Matrix of f32

2 dimentional point of f32

3 dimentional point of f32

Quaternion of f32

2 dimentional vector of f32

2 dimentional vector of i32

2 dimentional vector of u32

3 dimentional vector of f32

3 dimentional vector of i32

4 dimentional vector of f32

4 dimentional vector of i32